home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
mallcrawl.swf
/
scripts
/
__Packages
/
Bottle.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2007-09-28
|
383 b
|
20 lines
class Bottle extends MovieClip
{
function Bottle()
{
super();
this._y += 15;
}
function onEnterFrame()
{
if(this.hitTest(_global.Rescuer))
{
if(_global.Footer.lives < 3)
{
_global.Footer.setLives(_global.Footer.lives + 1);
§§push(this.removeMovieClip());
}
}
}
}